Skip to content

Conversation

@rjgriffin42
Copy link
Member

No description provided.

this.horizontalVelocityThreshold = horizontalVelocityThreshold;
this.verticalVelocityThreshold = verticalVelocityThreshold;
this.verticalVelocityHighThreshold = verticalVelocityHighThreshold;
this.jacobianDeterminantThreshold = jacobianDeterminantThreshold;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since there are lots of thresholds in this class, maybe change this to be called "jacobianDeterrminantSingularityThreshold" to indicate this is for singularity checking, not touchdown detection checking

this.defaultVerticalVelocityThreshold = defaultVerticalVelocityThreshold;
}

public void setDefaultJacobianDeterminantThreshold(double defaultJacobianDeterminantThreshold)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment as I left on the other class. This could be misinterpreted as the jacobian transpose force estimate threshold

@rjgriffin42 rjgriffin42 merged commit d1e1521 into develop Dec 17, 2025
64 of 67 checks passed
@rjgriffin42 rjgriffin42 deleted the feature/singularity_filter branch December 17, 2025 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants